
/*menu_Sec*/
.menu_sec{height:100px;position:relative;}
.sec_left,.sec_right{float:left;width:50%;height:100%;}
.sec_warp{position:absolute;left:0;top:0;width:100%;height:100%;}
.sec_left{background:#da251c;}
.sec_right{background:#e5e5e5}
.tell{width:25%;float:left;padding:18.5px 0;font-size:18px;color:#3e3e3e;}
.tell span{display:inline-block;width:18px;height:19px;background-position:-77px 0;vertical-align:middle;margin-right:5px;}
.tell_img{margin-top:5px;width:85%;max-width:251px;}
.menu_list{width:75%;height:100px;overflow:hidden;float:left;background:#e5e5e5;}
.menu_list ul li{float:left;width:25%;text-align:center;font-size:20px;padding: 15.5px 0;position:relative;overflow:hidden;}
.menu_list ul li a{color:#4a4a4a;}
.menu_list ul li:nth-child(1) .menu_icon{background-position:0 -74px;width:31px;height:31px;margin:0 auto 10px;}
.menu_list ul li:nth-child(2) .menu_icon{background-position:-34px -74px;width:51px;height:33px;margin:0 auto 10px;}
.menu_list ul li:nth-child(3) .menu_icon{background-position:-87px -74px;width:51px;height:31px;margin:0 auto 10px;}
.menu_list ul li:nth-child(4) .menu_icon{background-position:-139px -74px;width:31px;height:30px;margin:0 auto 10px;}
.menu_mask{position:absolute;left:-100%;top:0;width:100%;height:100%;background:#da251c;padding: 15.5px 0;-webkit-transition: all 0.5s linear;-o-transition: all 0.5s linear;transition: all 0.5s linear;}
.menu_list ul li:hover .menu_mask{left:0;}
/*sec_tit*/
.tit_zh{font-size:36px;color:#666666;margin-bottom:5px;}
.tit_en{font-size:18px;color:#9e9e9e;text-transform:uppercase;}
.bottom_line{width:100%;height:1px;background:#e5e5e5;position:relative;margin-top:15px;}
.center_line{width:18%;height:1px;background:#da251c;left:50%;top:0;position:absolute;margin-left:-9%;}

/*choose_sec*/
.choose_list ul li{width:50%;float:left;}

/*say_sec*/
.talk_con{width:100%;background:#f3f3f3;position:relative;padding-bottom:35px;}
.talk_list{padding-top:100px;}
.talk_list ul{margin-left:-5px;margin-right:-5px;}
.talk_list ul li{width:20%;max-height:320px;float:left;margin-bottom:10px;padding-left:5px;padding-right:5px;}
.talk_txt{width:30%;position:absolute;top:50px;left:50%;margin-left:-15%;font-size:18px;color:#757575;line-height:35px;}
.talk_txt p span{font-size:24px;color:#403e3e;}
.talk_txt p{line-height:35px;overflow:hidden;margin-bottom:20px;}
.konw_more{width:180px;height:35px;display:block;position:relative;margin:0 auto;overflow:hidden;border:1px solid #cdcdcd;text-align:center;line-height:35px;border-radius:2px;font-size:14px;color:#a2a2a2;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	-webkit-transition: 0.5s;
    transition: 0.5s;
	z-index:999;}
.konw_more span{z-index:99;}
.konw_more:before {
    content: '';
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent transparent transparent #da251c;
    position: absolute;
    bottom: 0;
    left: 0;
	-webkit-transition: 0.5s;
    transition: 0.5s;
}
.konw_more:after {
    content: '';
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent #da251c transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
	-webkit-transition: 0.5s;
    transition: 0.5s;

}
.konw_more span:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent #da251c transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;

}
.konw_more span:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: #da251c transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  
}
.konw_more:hover {
  color: #fff;
  border:1px solid #da251c
}
.konw_more:hover:before {
  border-width: 120px 0 0 120px;
}
.konw_more:hover:after {
  border-width: 0 120px 120px 0;
}
.konw_more:hover span:before {
  border-width: 0 0 120px 120px;
}
.konw_more:hover span:after {
  border-width: 120px 120px 0 0;
}
.konw_more:active {
  background: #da251c;
}
.overlay{width: 100%;overflow: hidden;position: relative;cursor:pointer;}

 .overlay .ovrlyL {
    background: rgba(0, 0, 0, 0.8);
    width: 50%;
    height: 100%;
    left: -50%;
    top: 0;
    position: absolute;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
	-ms-transition: all 0.2s;
    transition: all 0.2s;
}
.overlay .ovrlyR {
    background: rgba(0, 0, 0, 0.8);
    width: 50%;
    height: 100%;
    left: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
	-ms-transition: all 0.2s;
    transition: all 0.2s;
}
.overlay:hover .ovrlyL {
    left: 0;
    top: 0;
}
.overlay:hover .ovrlyR {
    left: 50%;
    top: 0;
} 
.overlay_txt{position:absolute;left:0;top:50%;width:100%;color:#ffffff;text-align:center;
	-webkit-transform: translateY(-50%); 
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);}
.overlay_txt p:nth-child(1){font-size:20px;/* margin-bottom:30px; */
	opacity:0;filter:alpha(opacity=0);
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.overlay_txt  p:nth-child(2){font-size:14px;
	/* margin-top:30px; */
	opacity:0;filter:alpha(opacity=0); 
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.overlay:hover .overlay_txt p:nth-child(1),.overlay:hover .overlay_txt p:nth-child(2){
	
   opacity:1;filter:alpha(opacity=100);
}

/*appreciate_sec*/
.style_list{position:relative;overflow:hidden;width:100%;}
.style_list ul{position:relative;float:left;left:50%; }
.style_list ul li{width:135px;height:50px;text-align:center;float:left;left:-50%;position:relative;cursor:pointer;border:1px solid #e5e5e5;margin:0 5px 20px;
	-webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear;
    transition: all .4s linear;}
.style_list ul li div:nth-child(1){font-size:18px;color:#3c3b3b;margin-top:4px;}
.style_list ul li div:nth-child(2){font-size:10px;color:#656565;text-transform:uppercase;}
.style_list ul li:hover,.style_list ul li.on{background:#da251c;border:1px solid #da251c;}

.appreciate_warp{margin-left:-5px;margin-right:-5px;}
.tit_warp{width:16%;float:left;padding:5px;}
.appreciate_tit{width:100%;float:left;height:100%;background:#f3f3f3;position:relative;max-height:498px;}
.tit_txt{width:80%;position:absolute;left:10%;top:50%;-webkit-transform: translateY(-50%); 
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);}
.year{font-size:45px;color:#5a5a5a;}
.year_line{width:70px;height:1px;background:#a6a6a6}
.tit_style{font-size:18px;color:#3b3b3b;margin-top:20px;margin-bottom:15px;}
.tit_con{font-size:12px;color:#8a8a8a;line-height:20px;}
.layout_list{width:84%;float:left;padding:0 5px}
.layout_list ul{margin-left:-5px;margin-right:-5px;}
.layout_list ul li{float:left;position:relative;padding:5px;width:25%;}
.layout_img{position:relative;}
.layout_txt{position:absolute;top:50%;width:100%;-webkit-transform: translateY(-50%); 
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);}
.more{width:28px;height:28px;background-position:-173px -75px;display:block;margin:0 auto;}
.layout_txt p{color:#fff;font-size:18px;}
.mask{position:absolute;left:0;top:0;background:rgba(0,0,0,0.59);width:100%;height:100%;
	-webkit-transform: translateY(0) translateX(0) scale(0.25);
    transform: translateY(0) translateX(0) scale(0.25);
	-ms-transform: translateY(0) translateX(0) scale(0.25);
    -webkit-transition: all 0.35s;
	-ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    opacity: 0;
    filter: alpha(opacity=0);}
.layout_list ul li:hover .mask,.right_layout:hover .mask{
	 -webkit-transform: translateY(0) translateX(0) scale(1);
    transform: translateY(0) translateX(0) scale(1);
	-ms-transform: translateY(0) translateX(0) scale(1);
    -webkit-transition: all 0.35s;
	-ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    opacity: 1;
    filter: alpha(opacity=100);
}
.right_layout{float:left;width:25%;position:relative;padding:5px;}

/*case_sec*/
.case_img{position:relative;overflow:hidden;}
.case_txt{background:#f3f3f3;padding-top:20px;text-align:center;height:109px;}
.case_name{font-size:20px;color:#383838;margin-bottom:15px;}
.case_txt p{margin:0;font-size:14px;color:#898989;line-height:18px;}
.case_txt .p2{padding-bottom:10px;}
.mask2{position:absolute;left:0;background:#da251c;width:100%;height:100%;bottom:-100%;
	-webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.case_list ul li:hover .mask2{
	bottom:0;
}
 
.mask_txt{position:absolute;width:90%;left:5%;top:50%;-webkit-transform: translateY(-50%); 
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);}
.mask_txt p{font-size:14px;color:#4c4c4c;}
.case_btn{width:80%;height:45px;background:rgba(255,255,255,0.51);border:1px solid #fff;display:block;margin:0 auto;line-height:45px;margin-top:40px;
	
}
.case_list ul li:hover .case_btn{
	-webkit-animation:fadeInUp .6s  0.4s ease both;
    -moz-animation:fadeInUp .6s 0.4s ease both;	
	-ms-animation:fadeInUp .6s 0.4s ease both;
	-o-animation:fadeInUp .6s 0.4s ease both;	
	animation: fadeInUp .6s 0.4s ease both;		
	
}
.case_btn:hover{
	
}
.flexslider {position:relative;}
.flexslider_line{width:100%;height:1px;background:#e5e5e5;margin-top:50px;margin-bottom:25px;position:relative}
.activity-hot-controller{position:absolute;bottom:-74.5px;width:220px;height:50px;left:50%;margin-left:-110px;background:#fff;z-index:99;}
.activity-hot-controller ul li{float:left;margin:0 10px;}
.activity-hot-prev{background:url(/other/icon.png)no-repeat;width:49px;height:49px;background-position:0 -110px;}
.activity-hot-next{background:url(/other/icon.png)no-repeat;width:49px;height:49px;background-position:-50px -110px;}
.more2{width:49px;position:absolute;height:49px;display:block;background-position:-100px -110px;left:50%;top:-24.5px;margin-left:40px;z-index:999;}
.activity-hot-prev:hover{background-position:0 -160px;}
.activity-hot-next:hover{background-position:-50px -160px;}
.more2:hover{background-position:-100px -160px}

/*college_sec*/
.college_list ul{margin-left:-15px;margin-right:-15px;}
.college_list ul li{float:left;width:50%;padding-left:15px;padding-right:15px;cursor:pointer;position:relative;}
.college_img{position:relative;overflow:hidden;}
.college_txt{position:absolute;width:100%;text-align:center;top:50%;font-size:48px;line-height:60px;height:60px;margin-top:-30px;color:#fff;}
.img_hover{position:absolute;width:100%;height:100%;background:rgba(0,0,0,0.5);left:0;top:0;}
.college_list ul li:hover .college_img img,.team_list ul li:hover .team_img img{
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	-webkit-transform:scale(1.2);
	transform(1.2);}
.con_tit{font-size:24px;color:#666666;padding:20px 0;}
.recommend_news.row{margin-right:0;margin-bottom:30px;}
.info_tit{font-size:18px;color:#323232;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.info_time{font-size:12px;color:#7d7d7d;margin-bottom:15px;margin-top:5px;}
.info_con{font-size:14px;color:#8a8989;height:48px;line-height:24px;overflow:hidden;}
.details{font-size:14px;color:#fc961f;}
.info_list ul li{font-size:14px;line-height:32px;}
.info_list ul li a{color:#676666;}
.info_list ul li a:hover{color:#da251c}
.info_list ul li a .pull-left{width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.team_list ul{margin-left:-5px;margin-right:-5px;}
.team_list ul li{float:left;width:33.3%;padding-left:5px;padding-right:5px;margin-bottom:10px;cursor:pointer;}
.team_list ul li .team_img{position:relative;overflow:hidden}
.team_list ul li .back-face{position:absolute;width:100%;height:100%;background:#da251c;left:0;top:0;opacity:0;-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;}
.designer_name{font-size:18px;color:#343333;text-align:center;}
.team_list ul li:hover .back-face{opacity:1;}
.designer_warp{position:absolute;width:90%;left:5%;top:50%;-webkit-transform: translateY(-50%); 
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);}
.konw_more2{width:120px;height:40px;line-height:40px;font-size:18px;margin-top:17px;}

/*cooperation_sec*/
.cooperation_con{background:#fff;padding-top:30px;padding-bottom:30px;}
.process_list ul li{width:16.6%;float:left;height:400px;background:#fff;position:relative;overflow:hidden;}
.number{background:url(/other/data_icon.png)no-repeat;background-size:1090px 36px;margin-top:45px;}
.number2{background:url(/other/data_icon2.png)no-repeat;background-size:1090px 36px;margin-top:45px;}
.process_list ul li:nth-child(1) .process_number{background-position:0 0;width:34px;height:36px;display:block;}
.process_list ul li:nth-child(2) .process_number{background-position:-151px 0;width:38px;height:36px;display:block;}
.process_list ul li:nth-child(3) .process_number{background-position:-301px 0;width:38px;height:36px;display:block;}
.process_list ul li:nth-child(4) .process_number{background-position:-451px 0;width:38px;height:36px;display:block;}
.process_list ul li:nth-child(5) .process_number{background-position:-600px 0;width:38px;height:36px;display:block;}
.process_list ul li:nth-child(6) .process_number{background-position:-751px 0;width:38px;height:36px;display:block;}
.process_list ul li:nth-child(7) .process_number{background-position:-900px 0;width:38px;height:36px;display:block;}
.process_list ul li:nth-child(8) .process_number{background-position:-1052px 0;width:38px;height:36px;display:block;}
.number_warp{width:75%;padding-bottom:10px;}
.process_list ul li:nth-child(1) > .number_warp{border-bottom:2px solid #4d658b}
.process_list ul li:nth-child(2) > .number_warp{border-bottom:2px solid #5ebad3}
.process_list ul li:nth-child(3) > .number_warp{border-bottom:2px solid #74af75}
.process_list ul li:nth-child(4) > .number_warp{border-bottom:2px solid #eb6c5d}
.process_list ul li:nth-child(5) > .number_warp{border-bottom:2px solid #a371b8}
.process_list ul li:nth-child(6) > .number_warp{border-bottom:2px solid #a5945f}
.process_list ul li:nth-child(7) > .number_warp{border-bottom:2px solid #8b4d4d}
.process_list ul li:nth-child(8) > .number_warp{border-bottom:2px solid #74af75}
.process_name{font-size:22px;color:#6b6b6b;margin-top:20px;text-align:center}
.process_img{width:78%;border-radius:6px;margin-top:30px;}
.process_info{position:absolute;left:-100%;top:0;background:#da251c;width:100%;height:100%;-moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
	 -ms-transition:  all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;}
.number_warp.number_warp2{border-bottom:2px solid #fff}
.process_name2{color:#fff}
.process_con{width:70%;margin:0 auto;font-size:14px;color:#fff;line-height:24px;margin-top:80px}
.process_list ul li:hover .process_info{left:0;}

/*news_sec*/
.news_kinds ul li{float:left;margin-bottom:55px;padding-left:20px;padding-right:20px;border-left:1px solid #9f9f9f;font-size:18px;color:#5f5f5f;cursor:pointer;}
.news_kinds ul li a:hover{ color:#da251c;}
.news_kinds ul li:nth-child(1){padding-left:0;border-left:0;}
.news_kinds ul li:last-child{padding-right:0;}
.news_txt .info_time{border-bottom:1px dashed #b9b9b9;padding-bottom:5px;}
.news_txt .info_con{font-size:14px;color:#939393;height:72px;}
.new_recommed{margin-bottom:30px;}
.video_img{position:relative;width:100%;height:auto;}
.video_img span{position:absolute;display:block;width:56px;height:56px;left:50%;margin-left:-28px;top:50%;margin-top:-28px;}
.play-img{-webkit-transform: scale(1);
		transform: scale(1);
    transition: all cubic-bezier(.74,.16,.21,.89) 0.5s;
    -webkit-transition: all cubic-bezier(.74,.16,.21,.89) 0.5s;
    -moz-transition: all cubic-bezier(.74,.16,.21,.89) 0.5s;
	 -ms-transition: all cubic-bezier(.74,.16,.21,.89) 0.5s;
    -o-transition: all cubic-bezier(.74,.16,.21,.89) 0.5s;
}
.video_img:hover .play-img {
    -webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
		transform: scale(1.2);
	
		
}
.news_con {position:relative;}
.video_warp{width:100%;position:absolute;bottom:0;right:0;padding-left:15px;padding-right:15px;}
.video_txt{width:100%;height:60px;background:#da251c;text-align:center;line-height:60px;color:#fff;}
.video_warp a{margin-top:10px;border: 1px solid #e0e0e0;padding: 6px 14px;display:block;float:right}
.video{width:100%;}

/*partner_sec*/
.partner_list ul {margin-lefT:-15px;margin-right:-15px;}
.partner_list ul li{float:left;width:20%;padding-left:15px;padding-right:15px;text-align:center;display:table;margin-bottom:15px;overflow:hidden;}
.partner_list ul li .partner_img{border:1px solid #c4c4c4;display:table-cell;vertical-align:middle;}
.partner_list ul li .partner_img img{max-width:215px;max-height:65px;}
.partner_sec{margin-bottom:35px;}

@media (max-width:1200px) {
	.talk_txt{width:45%;margin-left:-22.5%;top:5%;line-height:30px;font-size:16px;}
	.talk_txt p span{font-size:20px;line-height:30px;}
}
@media (max-width: 992px) {
	.tit_zh{font-size:30px;}
	.tit_en{font-size:16px;}
	.m-t5{margin-top:40px;}
	.talk_txt{width:55%;margin-left:-27.5%;top:0;line-height:28px;font-size:16px;}
	.talk_txt p span{font-size:18px;}
	.talk_txt p{line-height:28px;margin-bottom:10px;}
	.konw_more{width:140px;height:35px;line-height:35px;}
	.year{font-size:36px;}
	.news_left {margin-bottom:20px;}
}

@media (max-width: 768px) {
	.carousel-indicators{margin-bottom:0;}
	.sidebar_fixed{display:none;}
	.nav > li{height:45px;line-height:45px;}
	.nav > li:hover{background:#da251c}
	
	.menu_sec {height:80px;}
	.tell,.sec_left,.sec_right,.menu_list{width:100%;margin:0 auto;overflow:hidden;height:80px;}
	.tell{position:relative;width:80%;left:50%;margin-left:-125.5px;padding:0;top:50%;padding-top:10px;}
	.menu_icon{background-size:250px 250px;}
	.menu_list ul li{font-size:14px;}
	.menu_list ul li:nth-child(1) .menu_icon{width:26px;height:26px;background-position:0 -62px;}
	.menu_list ul li:nth-child(2) .menu_icon{width:43px;height:28px;background-position:-29px -62px;}
	.menu_list ul li:nth-child(3) .menu_icon{width:40px;height:27px;background-position:-75px -62px;}
	.menu_list ul li:nth-child(4) .menu_icon{width:27px;height:27px;background-position:-116px -62px;}
	.tit_zh{font-size:24px;}
	.tit_en{font-size:14px;}
	.m-t5{margin-top:30px;}
	.choose_list ul li{width:100%;}
	.talk_list{padding-top:0;}
	.talk_list ul li{width:33.3%;}
	.talk_txt{position:relative;width:100%;font-size:14px;left:0;top:0;margin-left:0;line-height:24px;}
	.talk_txt p{line-height:24px;height:156px;}
	.talk_txt p span{font-size:18px;}
	.konw_more{width:140px;height:35px;line-height:35px;}
	.tit_warp{width:100%;height:150px;}
	.appreciate_tit{padding-top:10px;padding-bottom:10px;}
	.style_list ul li{width:30%;margin-left:0;margin-right:5%;margin-bottom:10px;line-height:50px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
	.style_list ul li:nth-child(3n){margin-right:0;}
	.style_list ul li div:nth-child(1) {margin-top:0;}
	.layout_list ul li{width:50%;}
	.year{font-size:24px;}
	.tit_txt{width:90%;left:5%;}
	.tit_style{margin-top:10px;margin-bottom:10px;}
	.layout_list{width:100%;}
	.case_txt{padding:20px 10px;height:auto;}
	.case_name{font-size:16px;}
	.case_txt p {font-size:12px;}
	.activity-hot-prev{}
	.news_kinds ul li{margin-bottom:10px;font-size:16px;padding-left:10px;padding-right:10px;}
	.video_txt{height:50px;line-height:50px;font-size:16px;margin-top:10px;}
	.college_list ul li{width:100%;margin-bottom:15px;}
	.college_txt{font-size:36px;}
	.info_list ul li a .pull-left{width:200px;}
	.recommend_txt {margin-top:20px;}
	.recommend_news.row{margin-bottom:20px;}
	.partner_list ul {margin-left:-5px;margin-right:-5px;}
	.partner_list ul li{width:33.3%;padding-left:5px;padding-right:5px;}
	.info_list{margin-bottom:20px;}
	.process_list ul li{width:25%;height:320px}
	.process_list{height:320px; overflow:hidden;}
	.process_name{font-size:18px;}
	.process_img{margin-top:30px;}
	.number{margin-top:20px;}
}
@media (max-width: 768px) {}
	